MSALAuthenticationSchemeProtocol
Objective-C
@protocol MSALAuthenticationSchemeProtocol <NSObject>
@property (nonatomic, readonly) MSALAuthScheme scheme;
@property (nonatomic, readonly) NSString *authenticationScheme;
@end
Swift
protocol MSALAuthenticationSchemeProtocol : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) MSALAuthScheme scheme
Swift
var scheme: MSALAuthScheme { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) NSString *authenticationScheme
Swift
var authenticationScheme: String { get }