SSOOIDC
import { SSOOIDC } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/ssooidc.ts?docs=full";§Constructors
§Methods
Creates and returns access and refresh tokens for clients that are authenticated using client secrets.
The access token can be used to fetch short-term credentials for the assigned AWS accounts or to access application APIs using bearer authentication.
Creates and returns access and refresh tokens for clients and applications that are authenticated using IAM entities.
The access token can be used to fetch short-term credentials for the assigned Amazon Web Services accounts or to access application APIs using bearer authentication.
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.
Initiates device authorization by requesting a pair of verification codes from the authorization service.