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
id int
accessToken string
expiryDate DateTime
scope string
created Date the record was created. DateTime
userAgent string
ipAddress string
app Client
refreshToken RefreshToken
user User