PKCEAuthURL
Class representing the object containing the OAuth 2.0 URL as well as the hashed secret.
Constructors
Link copied to clipboard
public PKCEAuthURL PKCEAuthURL( @Json(name = "url") String url, @Json(name = "secret") String secret, @Json(name = "secret_hash") String secretHash)