Frontend | Backend | Api

OAuth\Models\Api\Client

Client

Property Description Returns
authorizationCodeGrantTypeAllowed Is Authorization Code grant type allowed for client? bool
refreshTokenGrantTypeAllowed Is Refresh Token grant type allowed for client? bool
id int
name string
oauthClientId string
allowedGrantTypes array
allowedRedirectUrls array
allowedScopes array
confidential bool
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
refreshTokens Collection (RefreshToken)
accessTokens Collection (AccessToken)