getAuthenticationIntent

fun getAuthenticationIntent(context: Context, state: String? = null, authRequest: AuthRequest = AuthRequest()): Intent

Start login flow.

Requires AuthorizationManagementActivity.setup to have been called before this.

Parameters

context

Context.

state

Optional string that overrides state query item of loginURL, which is otherwise a random 10 character string.

authRequest

Optional AuthRequest parameter.