org.apache.amber.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-2013 The Apache Software Foundation. All Rights Reserved.