| InteractiveCredential | R Documentation |
Base class for interactive authentication credentials. This class should not be instantiated directly; use DeviceCodeCredential or AuthCodeCredential instead.
azr::Credential -> InteractiveCredential
interactiveLogical indicating whether this credential requires user interaction.
is_interactive()Check if the credential requires user interaction
InteractiveCredential$is_interactive()
Logical indicating whether this credential is interactive
clone()The objects of this class are cloneable with this method.
InteractiveCredential$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.