resume
suspend fun AuthorizationCodeFlow.resume(uri: Uri, flowContext: AuthorizationCodeFlowContext): Result<TokenInfo>
Resumes the Authorization Code flow using an Android android.net.Uri.
Return
a Result containing com.okta.authfoundation.client.TokenInfo on success.
Parameters
uri
the redirect android.net.Uri received from the browser.
flowContext
the AuthorizationCodeFlowContext returned by AuthorizationCodeFlow.start.
fun RedirectEndSessionFlow.resume(uri: Uri, flowContext: RedirectEndSessionFlowContext): Result<Unit>
Resumes the Redirect End Session flow using an Android android.net.Uri.
Return
Parameters
uri
the post-logout redirect android.net.Uri received from the browser.
flowContext
the RedirectEndSessionFlowContext returned by RedirectEndSessionFlow.start.