GetOpenIdTokenForDeveloperIdentityResponse

public struct GetOpenIdTokenForDeveloperIdentityResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier in the format REGION:GUID.

    Declaration

    Swift

    public let identityId: String?
  • An OpenID token.

    Declaration

    Swift

    public let token: String?
  • Undocumented

    Declaration

    Swift

    public init(identityId: String? = nil, token: String? = nil)