MSALNativeAuthUserAccountResult
@objc
public class MSALNativeAuthUserAccountResult : NSObject
Class that groups account and token information.
-
The account object that holds account information.
Declaration
Swift
@objc public var account: MSALAccount
-
Get the latest ID token for the account.
Declaration
Swift
@objc public var idToken: String? { get }
-
Removes all the data from the cache.
Declaration
Swift
@objc public func signOut()
-
Declaration
Swift
@objc public func getAccessToken(parameters: MSALNativeAuthGetAccessTokenParameters, delegate: CredentialsDelegate)
Parameters
parameters
Parameters used for the Get Access Token flow.
delegate
Delegate that receives callbacks for the Get Access Token flow.