Package-level declarations

Types

Link copied to clipboard
abstract class AbstractCallback : Callback
Abstract Callback that provides the raw content of the Callback, and allow sub classes to access Callback's input and output
Link copied to clipboard
Callback that has prompt attribute
Link copied to clipboard
Callbacks that accept user input often need to validate that input either on the client side, the server side or both.
Link copied to clipboard
interface ActionCallback
Link copied to clipboard
Defines the interface that allows to inject addition parameter to the authenticate request.
Link copied to clipboard

Callback to collect integrity token.

Link copied to clipboard
sealed class Attestation(val challenge: ByteArray? = null) : Serializable
Link copied to clipboard
Base implementation of a Callback for collection of a single identity object attribute from a user.
Link copied to clipboard
interface Binding

Device Binding interface to provide utility method for DeviceBindingCallback and DeviceSigningVerifierCallback

Link copied to clipboard
Implements a Callback for collection of a single identity object attribute from a user.
Link copied to clipboard
Base Callback interface
Link copied to clipboard

Factory to manage supported Callback

Link copied to clipboard
Callback to retrieve the selected choice(s) from a list of choices
Link copied to clipboard
Callback to retrieve the selected option from a list of options
Link copied to clipboard
Callback to collect user's Consent.
Link copied to clipboard
Interface for Callback that can be derived.
Link copied to clipboard

convert authentication string received from server to authentication enum

Link copied to clipboard

Callback to collect the device binding information

Link copied to clipboard

Callback to collect the device signing information

Link copied to clipboard
Link copied to clipboard
Callback to handle Identity Provider SignIn
Link copied to clipboard
A callback to collect a user's choice of security question and their answer to that question.
Link copied to clipboard
A callback that allows some extra metadata to be sent in the response.
Link copied to clipboard
Callback to collect a username
Link copied to clipboard
interface NodeAware

For Callback which need to have awareness of the parent Node

Link copied to clipboard
Implements a Callback for collection of a single identity object attribute from a user.
Link copied to clipboard
Callback to collect a username
Link copied to clipboard
Class representative of a PollingWaitCallback Callback Object which instructs a client to wait for the given period and then resubmit their request.
Link copied to clipboard
Callback designed for usage with the ReCaptchaNode.
Link copied to clipboard

The Request Type, please see https://developer.android.com/google/play/integrity/overview for detail.

Link copied to clipboard
Callback to collect an Identity Provider
Link copied to clipboard
Implements a Callback for collection of a single identity object attribute from a user.
Link copied to clipboard
Callback to display information messages, warning messages and error messages.
Link copied to clipboard
A callback to collect a user's acceptance of the configured Terms &Conditions.
Link copied to clipboard

Callback for collection of a single text input attribute from a user.

Link copied to clipboard
Callback to display information messages, warning messages and error messages.
Link copied to clipboard
Callback to collect a password and validate it using IDM policy.
Link copied to clipboard
Callback to collect a username and validate it against IDM policy.
Link copied to clipboard

A callback that handle WebAuthnAuthentication Node.

Link copied to clipboard

Interface for WebAuthn Related callback

Link copied to clipboard

A callback that handle WebAuthnRegistration Node.

Properties

Link copied to clipboard
private val TAG: String
private val TAG: String
private val TAG: String