start New Session
fun startNewSession( context: Context, data: Intent, onSuccess: () -> Unit, onFail: (OpenIDError) -> Unit)
Content copied to clipboard
Starting new OpenID session.
Parameters
context
The application context.
data
The intent encapsulate the authorization response.
on Success
The session has been successfully created using the OpenID.
on Fail
Called when an error occurs.