RefreshRequest.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.
The RefreshToken from the last "/login" or "/refresh" response used to get a new AccessTokenResponse with an extended expiration.
public string RefreshToken { get; init; }
member this.RefreshToken : string with get, set
Public Property RefreshToken As String