Go to the documentation of this file.
19 #import <Foundation/Foundation.h>
21 NS_ASSUME_NONNULL_BEGIN
30 - (instancetype)init NS_UNAVAILABLE;
37 + (NSString *)scopesWithArray:(NSArray<NSString *> *)scopes;
44 + (NSArray<NSString *> *)scopesArrayWithString:(NSString *)scopes;
Provides convenience methods for dealing with scope strings.
Definition: OIDScopeUtilities.h:25