MSAuthenticationParameters class

Properties used for the authentication process. See MSAuthenticationCallback for more information.

Signature

@interface MSAuthenticationParameters : NSObject

Properties

Name Definition Notes
authority
@property (strong, readonly) NSString *authority;

resource
@property (strong, readonly) NSString *resource;

scope
@property (strong, readonly) NSString *scope;

userId
@property (strong, readonly) NSString *userId;

Defined in

MSAuthenticationParameters.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8

Thread Safety

Members of this class are not guaranteed to be thread safe.