AuthenticationResultLauncher


@MainThread
public interface AuthenticationResultLauncher


A launcher for a previously-prepared call to start the process of executing an authentication.

Summary

Public methods

abstract void

Cancel the authentication, unregisters this launcher, releasing the underlying result callback, and any references captured within it.

abstract void

Executes an authentication given the required input.This can't be called until the fragment or activity's Lifecycle has reached CREATED.

Public methods

cancel

Added in 1.4.0-alpha03
abstract void cancel()

Cancel the authentication, unregisters this launcher, releasing the underlying result callback, and any references captured within it.

launch

Added in 1.4.0-alpha03
abstract void launch(@NonNull AuthenticationRequest input)

Executes an authentication given the required input.This can't be called until the fragment or activity's Lifecycle has reached CREATED.