This project has retired. For details please refer to its Attic page.
OAuthToken (Apache Oltu: OAuth 2.0 Implementation - Common 0.31-incubating-SNAPSHOT API)

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.