AccessTokenResponse.RefreshToken Property
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.
If set, this provides the ability to get a new access_token after it expires using a refresh endpoint.
public string RefreshToken { get; init; }
member this.RefreshToken : string with get, set
Public Property RefreshToken As String
Property Value
Remarks
This is serialized as "refreshToken": "{RefreshToken}" using using Web.