Class CoinbaseOAuth
- java.lang.Object
-
- org.knowm.xchange.coinbase.dto.auth.CoinbaseOAuth
-
public class CoinbaseOAuth extends Object
- Author:
- jamespedwards42
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()longgetExpiresIn()StringgetRefreshToken()CoinbaseScopegetScope()StringgetTokenType()StringtoString()
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken()
-
getTokenType
public String getTokenType()
-
getExpiresIn
public long getExpiresIn()
-
getRefreshToken
public String getRefreshToken()
-
getScope
public CoinbaseScope getScope()
-
-