ClientAuthentication.CreateForBasicAuthorization(String, 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.
public:
static ClientAuthentication ^ CreateForBasicAuthorization(Platform::String ^ clientId, Platform::String ^ clientSecret);
static ClientAuthentication CreateForBasicAuthorization(winrt::hstring const& clientId, winrt::hstring const& clientSecret);
public static ClientAuthentication CreateForBasicAuthorization(string clientId, string clientSecret);
function createForBasicAuthorization(clientId, clientSecret)
Public Shared Function CreateForBasicAuthorization (clientId As String, clientSecret As String) As ClientAuthentication
Parameters
- clientId
-
String
Platform::String
winrt::hstring
- clientSecret
-
String
Platform::String
winrt::hstring