Frontend | Backend | Api

OAuth\Models\Api\AccessToken

AccessToken

Property Description Returns
refreshToken Does Access Token have a related Refresh Token? bool
scope Does Access Token have scope bool
valid Determine if access token is valid for use bool
currentToken Is this the token used for this request? bool
id int
expiryDate DateTime
scope string
created Date the record was created. DateTime
userAgent string
ipAddress string
app Client
user User