TSSOOIDCStartDeviceAuthorizationRequest
Class in AWS.SSOOIDC
StartDeviceAuthorization request class.
Ancestors
Properties
clientId
property clientId: string
clientSecret
property clientSecret: string
startUrl
property startUrl: string
Constructors
Create
constructor Create(const AClientId, AClientSecret, AStartUrl: string);
Constructor for TSSOOIDStartDeviceAuthorizationRequest.
Parameters
| Name | Description |
|---|---|
AClientId | Specify the unique identifier for the client that is registered with the IAM Identity Center. This value is returned from RegisterClient. |
AClientSecret | Specify the secret generated for the client. This value is returned from RegisterClient. |
AStartUrl | Specify the URL for the AWS access portal. |