stable
Clone or download
Read-only
This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a new step before moving POST oauth2/token in core. Its dependency OAuth2AccessTokenWithIdentifier is also moved to core in this patch. Change-Id: Ice44dc95513fc96a0a64a1a01cd0d5fb66b449d6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/OAuth2AccessTokenSuccessfulRequestRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/OAuth2AccessTokenSuccessfulRequestRepresentationTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php | +1 | −1 | Go to diff View file |
R | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenCreator.php | Go to diff View file | ||
R | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenWithIdentifier.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenCreatorTest.php | Go to diff View file |