Owneat Technical Guide main Help

Class TokenResponse

Namespace: Identity.Application.Responses.Jwt
Assembly: Identity.Application.dll

Identity.Application.Responses.Jwt.TokenResponse is returned when a user log in, it's his JWT token to navigate through authorized routes.

public sealed class TokenResponse

Inheritance

object ← TokenResponse

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

AccessToken

public string AccessToken { get; init; }

Property Value

string

Last modified: 21 May 2024