Modifier and Type | Method and Description |
---|---|
OAuthValidationResponse |
OAuth2TokenValidator.validateToken(String accessToken,
String resource)
This method gets a string accessToken and validates it and generate the OAuthValidationResponse
containing the validity and user details if valid.
|
Modifier and Type | Method and Description |
---|---|
OAuthValidationResponse |
RemoteOAuthValidator.validateToken(String accessToken,
String resource) |
OAuthValidationResponse |
LocalOAuthValidator.validateToken(String accessToken,
String resource) |
Copyright © 2017 WSO2. All rights reserved.