org.apache.oltu.oauth2.common.token
Interface OAuthToken

All Known Implementing Classes:
BasicOAuthToken

public interface OAuthToken


Method Summary
 String getAccessToken()
           
 Long getExpiresIn()
           
 String getRefreshToken()
           
 String getScope()
           
 

Method Detail

getAccessToken

String getAccessToken()

getExpiresIn

Long getExpiresIn()

getRefreshToken

String getRefreshToken()

getScope

String getScope()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.