Authorization

public 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
public class Companion

Functions

Link copied to clipboard
public abstract String getCode()

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

Link copied to clipboard
public abstract String getVerifier()

Code verifier provided in conjunction with authentication code.