AuthenticationResultLauncher
@MainThread
interface AuthenticationResultLauncher
A launcher for a previously-prepared call to start the process of executing an authentication.
Summary
Public functions |
|
|---|---|
Unit |
cancel()Cancel the authentication, unregisters this launcher, releasing the underlying result callback, and any references captured within it. |
Unit |
launch(input: AuthenticationRequest)Executes an authentication given the required |
Public functions
cancel
fun cancel(): Unit
Cancel the authentication, unregisters this launcher, releasing the underlying result callback, and any references captured within it.
launch
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.