ssooidc_register_client {paws.security.identity} | R Documentation |
Registers a client with IAM Identity Center
Description
Registers a client with IAM Identity Center. This allows clients to initiate device authorization. The output should be persisted for reuse through many authentication requests.
See https://www.paws-r-sdk.com/docs/ssooidc_register_client/ for full documentation.
Usage
ssooidc_register_client(clientName, clientType, scopes = NULL)
Arguments
clientName |
[required] The friendly name of the client. |
clientType |
[required] The type of client. The service supports only |
scopes |
The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token. |
[Package paws.security.identity version 0.6.1 Index]