Authorization

interface Authorization

Authorization for OAuth use-cases. Client should pass the SDK necessary information, so the server can successfully authenticate the user.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val code: String

Authentication code provided by -possibly- third party or your own server.

Link copied to clipboard
abstract val verifier: String

Code verifier provided in conjunction with authentication code.