Skip to contents

Retrieve a token from the AzureAuth package

Usage

get_token(hash = get_default_hash())

Arguments

hash

The hash of the token to use. By default, use this function to retrieve it get_default_hash. If not found, use the first token found.

Value

An AzureAuth::AzureToken object

Examples

if (FALSE) { # \dontrun{
token <- get_token()
} # }