AuthenticationResultLauncher


@MainThread
interface AuthenticationResultLauncher


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

Summary

Public functions

Unit

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

Unit

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

Public functions

cancel

Added in 1.4.0-alpha03
fun cancel(): Unit

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

launch

Added in 1.4.0-alpha03
fun launch(input: AuthenticationRequest): Unit

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