TokenRequestParams.CreateForRefreshToken(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 TokenRequestParams ^ CreateForRefreshToken(Platform::String ^ refreshToken);
static TokenRequestParams CreateForRefreshToken(winrt::hstring const& refreshToken);
public static TokenRequestParams CreateForRefreshToken(string refreshToken);
function createForRefreshToken(refreshToken)
Public Shared Function CreateForRefreshToken (refreshToken As String) As TokenRequestParams
Parameters
- refreshToken
-
String
Platform::String
winrt::hstring