TokenRequestParams.CreateForClientCredentials Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A helper method to create for a client credentials grant request (client_credentials
grant type) with required parameters.
public:
static TokenRequestParams ^ CreateForClientCredentials();
static TokenRequestParams CreateForClientCredentials();
public static TokenRequestParams CreateForClientCredentials();
function createForClientCredentials()
Public Shared Function CreateForClientCredentials () As TokenRequestParams
Returns
Returns a TokenRequestParams object that contains the token request parameters.