invoke

@JvmName(name = "create")
operator fun invoke(code: String, verifier: String): Authorization

Create a new instance of Authorization with the indicated code and verifier.

Parameters

code

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

verifier

Code verifier provided in conjunction with authentication code.