29 string references to YAML keys in oauth2_server.routing.yml in OAuth2 Server 2.0.x
- ClientDeleteConfirmForm::getCancelUrl in src/
Form/ ClientDeleteConfirmForm.php - Returns the route to go to if the user cancels the action.
- ClientDeleteConfirmForm::submitForm in src/
Form/ ClientDeleteConfirmForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ClientForm::submitForm in src/
Form/ ClientForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ClientListBuilder::getDefaultOperations in src/
ClientListBuilder.php - Gets this list's default operations.
- OAuth2ServerAdminTest::testEditingClientSecret in tests/
src/ Functional/ OAuth2ServerAdminTest.php - Test editing client secret.
- OAuth2ServerAdminTest::updateClient in tests/
src/ Functional/ OAuth2ServerAdminTest.php - Edit a client in the UI.
- OAuth2ServerTest::authorizationCodeRequest in tests/
src/ Functional/ OAuth2ServerTest.php - Performs an authorization request and returns it.
- OAuth2ServerTest::passwordGrantRequest in tests/
src/ Functional/ OAuth2ServerTest.php - Performs a password grant request and returns it.
- OAuth2ServerTest::testAuthorizationCodeGrantType in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the "Authorization code" grant type.
- OAuth2ServerTest::testClientCredentialsGrantType in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the "Client credentials" grant type.
- OAuth2ServerTest::testImplicitFlow in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the implicit flow.
- OAuth2ServerTest::testJwtBearerGrantType in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the "JWT bearer" grant type.
- OAuth2ServerTest::testOpenIdConnectAuthorizationCodeFlow in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the OpenID Connect authorization code flow.
- OAuth2ServerTest::testOpenIdConnectImplicitFlow in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the OpenID Connect implicit flow.
- OAuth2ServerTest::testOpenIdConnectNonDefaultSub in tests/
src/ Functional/ OAuth2ServerTest.php - Tests that the OpenID Connect 'sub' property affects user info 'sub' claim.
- OAuth2ServerTest::testOpenIdConnectNonDefaultSubInIdToken in tests/
src/ Functional/ OAuth2ServerTest.php - Tests that the OpenID Connect 'sub' property affects ID token 'sub' claim.
- OAuth2ServerTest::testRefreshTokenGrantType in tests/
src/ Functional/ OAuth2ServerTest.php - Tests the "Refresh token" grant type.
- ScopeDeleteConfirmForm::getCancelUrl in src/
Form/ ScopeDeleteConfirmForm.php - Returns the route to go to if the user cancels the action.
- ScopeDeleteConfirmForm::submitForm in src/
Form/ ScopeDeleteConfirmForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ScopeForm::submitForm in src/
Form/ ScopeForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ScopeListBuilder::getDefaultOperations in src/
ScopeListBuilder.php - Gets this list's default operations.
- ServerController::serverBypassEnable in src/
Controller/ ServerController.php - Enables a OAuth2 server without a confirmation form.
- ServerDeleteConfirmForm::getCancelUrl in src/
Form/ ServerDeleteConfirmForm.php - Returns the route to go to if the user cancels the action.
- ServerDeleteConfirmForm::submitForm in src/
Form/ ServerDeleteConfirmForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ServerDisableConfirmForm::getCancelUrl in src/
Form/ ServerDisableConfirmForm.php - Returns the route to go to if the user cancels the action.
- ServerDisableConfirmForm::submitForm in src/
Form/ ServerDisableConfirmForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ServerForm::submitForm in src/
Form/ ServerForm.php - This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
- ServerListBuilder::getDefaultOperations in src/
ServerListBuilder.php - Gets this list's default operations.
- Utility::startServer in src/
Utility.php - Initializes and returns an OAuth2 server.