StartDeviceAuthorizationRequest

public struct StartDeviceAuthorizationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier string for the client that is registered with AWS SSO. This value should come from the persisted result of the RegisterClient API operation.

    Declaration

    Swift

    public let clientId: String
  • A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.

    Declaration

    Swift

    public let clientSecret: String
  • The URL for the AWS SSO user portal. For more information, see Using the User Portal in the AWS Single Sign-On User Guide.

    Declaration

    Swift

    public let startUrl: String
  • Undocumented

    Declaration

    Swift

    public init(clientId: String, clientSecret: String, startUrl: String)