Skip to main content

TSSOOIDCRegisterClientRequest

Class in AWS.SSOOIDC

RegisterClient request class.

Ancestors

Properties

clientName

property clientName: string

clientType

property clientType: string

entitledApplicationArn

property entitledApplicationArn: TARN

grantTypes

property grantTypes: TList<string>

issuerUrl

property issuerUrl: string

redirectUris

property redirectUris: TList<string>

scope

property scope: TList<string>

Constructors

Create

constructor Create(const AClientName, AClientType: string);

Constructor for TSSOOIDCRegisterClientRequest.

Parameters

NameDescription
AClientNameSpecify the friendly name of the client.
AClientTypeSpecify the type of the client. The service only supportsas a client type.