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
| Name | Description |
|---|---|
AClientName | Specify the friendly name of the client. |
AClientType | Specify the type of the client. The service only supportsas a client type. |