ArmadilloCredentials-class | R Documentation |
An S4 class to represent authentication credentials used for accessing Armadillo servers.
access_token
Character. The access token used for authentication.
expires_in
Numeric. The number of seconds until the token expires.
expires_at
POSIXct. The timestamp when the token expires.
id_token
Character. The ID token containing identity information.
refresh_token
Character. The token used to obtain a new access token when expired.
token_type
Character. The type of token (typically "Bearer").
auth_type
Character. the authentication provider type (e.g., "keycloak", "fusionauth").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.