| ArmadilloCredentials-class | R Documentation |
An S4 class to represent authentication credentials used for accessing Armadillo servers.
access_tokenCharacter. The access token used for authentication.
expires_inNumeric. The number of seconds until the token expires.
expires_atPOSIXct. The timestamp when the token expires.
id_tokenCharacter. The ID token containing identity information.
refresh_tokenCharacter. The token used to obtain a new access token when expired.
token_typeCharacter. The type of token (typically "Bearer").
auth_typeCharacter. 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.