Learn R Programming

paws.management (version 0.1.10)

licensemanager_get_access_token: Gets a temporary access token to use with AssumeRoleWithWebIdentity

Description

Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.

Usage

licensemanager_get_access_token(Token, TokenProperties)

Arguments

Token

[required] Refresh token, encoded as a JWT token.

TokenProperties

Token properties to validate against those present in the JWT token.

Request syntax

svc$get_access_token(
  Token = "string",
  TokenProperties = list(
    "string"
  )
)