Learn R Programming

azr (version 0.2.0)

InteractiveCredential: Interactive credential base class

Description

Base class for interactive authentication credentials. This class should not be instantiated directly; use DeviceCodeCredential or AuthCodeCredential instead.

Arguments

Super class

azr::Credential -> InteractiveCredential

Methods

Inherited methods


Method is_interactive()

Check if the credential is interactive

Usage

InteractiveCredential$is_interactive()

Returns

Always returns TRUE for interactive credentials


Method clone()

The objects of this class are cloneable with this method.

Usage

InteractiveCredential$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.