You are here

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

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

File

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

namespace Drupal\simple_oauth\Plugin\Oauth2Grant;


/**
 * The autorization code grant plugin.
 *
 * @Oauth2Grant(
 *   id = "code",
 *   label = @Translation("Code")
 * )
 */
class Code extends AuthorizationCode {

}

Classes

Namesort descending Description
Code The autorization code grant plugin.