You are here

public property Oauth2Client::$grant_type in OAuth2 Client 8.3

Same name and namespace in other branches
  1. 8.2 src/Annotation/Oauth2Client.php \Drupal\oauth2_client\Annotation\Oauth2Client::grant_type

The grant type of the OAuth2 authorization.

Possible values are authorization_code, client_credentials, resource_owner.

Type: string

File

src/Annotation/Oauth2Client.php, line 37

Class

Oauth2Client
Annotation definition Oauth2Client plugins.

Namespace

Drupal\oauth2_client\Annotation

Code

public $grant_type;