ssooidc_start_device_authorization: Initiates device authorization by requesting a pair of...

View source: R/ssooidc_operations.R

ssooidc_start_device_authorizationR Documentation

Initiates device authorization by requesting a pair of verification codes from the authorization service

Description

Initiates device authorization by requesting a pair of verification codes from the authorization service.

See https://www.paws-r-sdk.com/docs/ssooidc_start_device_authorization/ for full documentation.

Usage

ssooidc_start_device_authorization(clientId, clientSecret, startUrl)

Arguments

clientId

[required] The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the register_client API operation.

clientSecret

[required] A secret string that is generated for the client. This value should come from the persisted result of the register_client API operation.

startUrl

[required] The URL for the AWS access portal. For more information, see Using the AWS access portal in the IAM Identity Center User Guide.


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