ArmadilloCredentials-class: ArmadilloCredentials Class

ArmadilloCredentials-classR Documentation

ArmadilloCredentials Class

Description

An S4 class to represent authentication credentials used for accessing Armadillo servers.

Slots

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").


DSMolgenisArmadillo documentation built on Aug. 8, 2025, 7:23 p.m.