Skip to contents

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

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.