TokenProvider.GetInstance

TokenProvider.GetInstance method

Gets an instance of the OutlookTokenProvider for defined parameters.

public static TokenProvider GetInstance(string requestUrl, string clientId, string clientSecret, 
    string refreshToken)
ParameterTypeDescription
requestUrlStringThe url to obtain access token.
clientIdStringThe client ID obtained from the Microsoft account Developer Center during application registration.
clientSecretStringThe client secret obtained during application registration.
refreshTokenStringOAuth 2.0 refresh token

Return Value

Returns an instance of the OutlookTokenProvider for defined parameters.

See Also