Tries to get the acess token request header parameters.
public static bool TryGetAcessTokenRequestHeaderParameters(OAuthContext context, Uri uri,
out string[]? headerParameters)
parameter | description |
---|---|
context | The context. |
uri | The URI. |
headerParameters | The header parameters. |