Search Results for

    Show / Hide Table of Contents

    Class TokenRequest

    base dto for access/refresh token renewal requests

    Inheritance
    object
    TokenRequest
    TokenResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints.Security
    Assembly: FastEndpoints.Security.dll
    Syntax
    public class TokenRequest

    Properties

    RefreshToken

    a single-use refresh token which will be valid for the duration specified by RefreshExpiry

    Declaration
    public string RefreshToken { get; set; }
    Property Value
    Type Description
    string

    UserId

    unique identifier of a user

    Declaration
    public string UserId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX