InteractiveCredential: Interactive credential base class

InteractiveCredentialR Documentation

Interactive credential base class

Description

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

Super class

azr::Credential -> InteractiveCredential

Public fields

interactive

Logical indicating whether this credential requires user interaction.

Methods

Public methods

Inherited methods

Method is_interactive()

Check if the credential requires user interaction

Usage
InteractiveCredential$is_interactive()
Returns

Logical indicating whether this credential is interactive


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.


azr documentation built on Feb. 18, 2026, 1:07 a.m.