NetIQ Mobile SDK for iOS
2.0
Access Manager iOS Framework for OAuth & OIDC
|
Provides convenience methods for dealing with scope strings. More...
#import <OIDScopeUtilities.h>
Inherits NSObject.
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
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. |