Skip to main content

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

NameDescription
AClientIdSpecify the unique identifier for the client that is registered with the IAM Identity Center. This value is returned from RegisterClient.
AClientSecretSpecify the secret generated for the client. This value is returned from RegisterClient.
AStartUrlSpecify the URL for the AWS access portal.