GetOpenIdTokenResponse
public struct GetOpenIdTokenResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.
Declaration
Swift
public let identityId: String?
-
An OpenID token, valid for 10 minutes.
Declaration
Swift
public let token: String?
-
Undocumented
Declaration
Swift
public init(identityId: String? = nil, token: String? = nil)