CreateTokenResponse
public struct CreateTokenResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An opaque token to access AWS SSO resources assigned to a user.
Declaration
Swift
public let accessToken: String? -
Indicates the time in seconds when an access token will expire.
Declaration
Swift
public let expiresIn: Int? -
The identifier of the user that associated with the access token, if present.
Declaration
Swift
public let idToken: String? -
A token that, if present, can be used to refresh a previously issued access token that might have expired.
Declaration
Swift
public let refreshToken: String? -
Used to notify the client that the returned token is an access token. The supported type is BearerToken.
Declaration
Swift
public let tokenType: String? -
Undocumented
Declaration
Swift
public init(accessToken: String? = nil, expiresIn: Int? = nil, idToken: String? = nil, refreshToken: String? = nil, tokenType: String? = nil)
View on GitHub
CreateTokenResponse Structure Reference