ssooidc_register_client: Registers a client with IAM Identity Center

View source: R/ssooidc_operations.R

ssooidc_register_clientR 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 public as a client type. Anything other than public will be rejected by the service.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.