MicrosoftAccountAuthenticatedContext.RefreshToken Property
Gets the refresh token provided by Microsoft authentication service
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public string RefreshToken { get; private set; }
public:
property String^ RefreshToken {
String^ get();
private: void set(String^ value);
}
member RefreshToken : string with get, private set
Public Property RefreshToken As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
Remarks
Refresh token is only available when wl.offline_access is request. Otherwise, it is null.
See Also
MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top