ClientSecret Property
The secret value for the client assigned when registering the application.
Syntax
public String getClientSecret(); public void setClientSecret(String clientSecret);
Remarks
This property holds the secret of the client that was assigned when initially registering the application with the authorization server. This value must be specified before calling GetAuthorization or GetAuthorizationURL.
Default Value
""