You are here

Code.php in Simple OAuth (OAuth2) & OpenID Connect 8.3

Same filename and directory in other branches
  1. 8.2 simple_oauth_extras/src/Plugin/Oauth2Grant/Code.php

File

simple_oauth_extras/src/Plugin/Oauth2Grant/Code.php
View source
<?php

namespace Drupal\simple_oauth_extras\Plugin\Oauth2Grant;


/**
 * @Oauth2Grant(
 *   id = "code",
 *   label = @Translation("Code")
 * )
 */
class Code extends AuthorizationCode {

}

Classes

Namesort descending Description
Code Plugin annotation @Oauth2Grant( id = "code", label = @Translation("Code") )