com.dyuproject.oauth.sp
Interface ServiceToken

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleServiceToken

public interface ServiceToken
extends Serializable

The token persisted by the service provider

Author:
David Yu
Date created:
Jun 8, 2009

Nested Class Summary
static interface ServiceToken.Store
          The token store.
 
Method Summary
 String getConsumerSecret()
          Gets the consumerSecret.
 String getId()
          Gets the application assigned id when upon authorization of a user.
 String getKey()
          Gets the request or access token.
 String getSecret()
          Gets the token secret.
 

Method Detail

getConsumerSecret

String getConsumerSecret()
Gets the consumerSecret.


getKey

String getKey()
Gets the request or access token.


getSecret

String getSecret()
Gets the token secret.


getId

String getId()
Gets the application assigned id when upon authorization of a user. This basically could be the username tied to the user during the user's authentication on the service provider.



Copyright © 2008-2013. All Rights Reserved.