Base class for interactive authentication credentials. This class should not be instantiated directly; use DeviceCodeCredential or AuthCodeCredential instead.
azr::Credential -> InteractiveCredential
Inherited methods
is_interactive()Check if the credential is interactive
InteractiveCredential$is_interactive()Always returns TRUE for interactive credentials
clone()The objects of this class are cloneable with this method.
InteractiveCredential$clone(deep = FALSE)deepWhether to make a deep clone.