AppAuth
|
Provides convenience methods for dealing with scope strings. More...
#import <OIDScopeUtilities.h>
Class Methods | |
(NSString *) | + scopesWithArray: |
Converts an array of scope strings to a single scope string per the OAuth 2 spec. More... | |
(NSArray< NSString * > *) | + scopesArrayWithString: |
Converts an OAuth 2 spec-compliant scope string to an array of scopes. More... | |
Provides convenience methods for dealing with scope strings.
+ (NSArray<NSString *> *) scopesArrayWithString: | (NSString *) | scopes |
Converts an OAuth 2 spec-compliant scope string to an array of scopes.
scopes | An OAuth 2 spec-compliant scope string. |
+ (NSString *) scopesWithArray: | (NSArray< NSString * > *) | scopes |
Converts an array of scope strings to a single scope string per the OAuth 2 spec.
scopes | An array of scope strings. |