public class OAuth2TokenValidationServiceClient extends Object
| Constructor and Description |
|---|
OAuth2TokenValidationServiceClient(String backendServerURL,
String username,
String password,
org.apache.axis2.context.ConfigurationContext configCtx)
OAuth2TokenValidationService Admin Service Client
|
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationResponseDTO |
validateAuthenticationRequest(String accessTokenIdentifier,
List<org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationRequestDTO_TokenValidationContextParam> params)
Validates the OAuth 2.0 request
|
public OAuth2TokenValidationServiceClient(String backendServerURL, String username, String password, org.apache.axis2.context.ConfigurationContext configCtx) throws Exception
backendServerURL - username - password - configCtx - Exceptionpublic org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationResponseDTO validateAuthenticationRequest(String accessTokenIdentifier, List<org.wso2.carbon.identity.oauth2.stub.dto.OAuth2TokenValidationRequestDTO_TokenValidationContextParam> params) throws Exception
accessTokenIdentifier - ExceptionCopyright © 2022 WSO2. All rights reserved.