ServerTokenURL Property
The URL used to obtain the access token.
Syntax
public String getServerTokenURL(); public void setServerTokenURL(String serverTokenURL);
Remarks
Specifies the URL where the grant will be exchanged for the access token. This is typically a separate HTTP endpoint on the authorization server.
This must be set before calling GetAuthorization.
Default Value
""