create

public final static Authorization create(String code, String verifier)

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.