Package org.apache.oltu.oauth2.as.issuer
Interface OAuthIssuer
-
- All Known Implementing Classes:
OAuthIssuerImpl
public interface OAuthIssuer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringaccessToken()StringauthorizationCode()StringrefreshToken()
-
-
-
Method Detail
-
accessToken
String accessToken() throws OAuthSystemException
- Throws:
OAuthSystemException
-
authorizationCode
String authorizationCode() throws OAuthSystemException
- Throws:
OAuthSystemException
-
refreshToken
String refreshToken() throws OAuthSystemException
- Throws:
OAuthSystemException
-
-