AppAuth: OIDScopeUtilities Class Reference (original) (raw)

Provides convenience methods for dealing with scope strings. More...

#import <[OIDScopeUtilities.h](%5Fo%5Fi%5Fd%5Fscope%5Futilities%5F8h%5Fsource.html)>

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.

scopesArrayWithString:()

+ (NSArray<NSString *> *) scopesArrayWithString: (NSString *) scopes

scopesWithArray:()

+ (NSString *) scopesWithArray: (NSArray< NSString * > *) scopes

The documentation for this class was generated from the following file: