g
Frontend | Backend | Api

OAuth\Models\Api\Client

Client

Property Description Returns
secret Get OAuth Client Secret. Will only return value within self::CLIENT_SECRET_VISIBLE_SECONDS of record being created. This should be called for response models. string
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 DateTime
modified DateTime