MSALAuthenticationSchemeBearer

Objective-C

@interface MSALAuthenticationSchemeBearer : NSObject <MSALAuthenticationSchemeProtocol>

@property (nonatomic, readonly) MSALAuthScheme scheme;

@end

Swift

class MSALAuthenticationSchemeBearer : NSObject, MSALAuthenticationSchemeProtocol

Undocumented