AuthenticationResultType
public struct AuthenticationResultType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access token.
Declaration
Swift
public let accessToken: String?
-
The expiration period of the authentication result in seconds.
Declaration
Swift
public let expiresIn: Int?
-
The ID token.
Declaration
Swift
public let idToken: String?
-
The new device metadata from an authentication result.
Declaration
Swift
public let newDeviceMetadata: NewDeviceMetadataType?
-
The refresh token.
Declaration
Swift
public let refreshToken: String?
-
The token type.
Declaration
Swift
public let tokenType: String?
-
Undocumented
Declaration
Swift
public init(accessToken: String? = nil, expiresIn: Int? = nil, idToken: String? = nil, newDeviceMetadata: NewDeviceMetadataType? = nil, refreshToken: String? = nil, tokenType: String? = nil)