AzureToken {AzureAuth}R Documentation

Azure OAuth authentication

Description

Azure OAuth 2.0 token classes, with an interface based on the Token2.0 class in httr. Rather than calling the initialization methods directly, tokens should be created via get_azure_token().

Format

An R6 object representing an Azure Active Directory token and its associated credentials. AzureToken is the base class, and the others inherit from it.

Methods

See Also

get_azure_token, httr::Token


[Package AzureAuth version 1.3.3 Index]