Frontend | Backend | Api

OAuth\Models\Api\AuthorizationCode

AuthorizationCode

Property Description Returns
id int
code string
redirectUrl string
expiryDate DateTime
scope string
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
accessToken AccessToken
accessToken Is there an Access Token attached to this? bool
app Client
user User