createIntent

open fun createIntent(@NonNull context: Context, @NonNull request: AuthorizationRequest): Intent

Create a new Intent for launching an instance of [@link AuthorizationActivity}.

Return

non-null Intent

Parameters

context

The Context to be bound to the new intent. Must not be null.

request