RetrieveAccessTokenError
@objcMembers
public class RetrieveAccessTokenError : MSALNativeAuthError
Class that defines the structure and type of a RetrieveAccessToken error
-
Describes why an error occurred and provides more information about the error.
Declaration
Swift
public override var errorDescription: String? { get } -
Returns
trueif a browser is required to continue the operation.Declaration
Swift
public var isBrowserRequired: Bool { get } -
Returns
trueif the refresh token has expired.Declaration
Swift
public var isRefreshTokenExpired: Bool { get } -
Returns
trueif the scope list is empty.Declaration
Swift
public var isInvalidScope: Bool { get }
View on GitHub