Rest.GetBearerOAuthToken(String) 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.
Gets the Bearer auth header.
public:
static System::String ^ GetBearerOAuthToken(System::String ^ authToken);
public static string GetBearerOAuthToken (string authToken);
static member GetBearerOAuthToken : string -> string
Public Shared Function GetBearerOAuthToken (authToken As String) As String
Parameters
- authToken
- String
OAuth Token to be used.
Returns
The Bearer authorization header.