GetOpenIdTokenInput

public struct GetOpenIdTokenInput : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let identityId: String
  • A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider’s authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenId Connect provider, always include the id_token.

    Declaration

    Swift

    public let logins: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(identityId: String, logins: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws