AuthorizeContract

This class is an implementation of the ActivityResultContract. It is used to handle the OAuth2 authorization process.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: FRUser.Browser): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): Intent?