AppAuth
Source
OIDScopeUtilities.h
Go to the documentation of this file.
1
19
#import <Foundation/Foundation.h>
20
21
NS_ASSUME_NONNULL_BEGIN
22
25
@interface
OIDScopeUtilities
: NSObject
26
30
- (instancetype)init NS_UNAVAILABLE;
31
37
+ (NSString *)scopesWithArray:(NSArray<NSString *> *)scopes;
38
44
+ (NSArray<NSString *> *)scopesArrayWithString:(NSString *)scopes;
45
46
@end
47
48
NS_ASSUME_NONNULL_END
OIDScopeUtilities
Provides convenience methods for dealing with scope strings.
Definition:
OIDScopeUtilities.h:25
Generated by
1.8.16