Package org.tsugi.oauth2.objects
Class AccessToken
- java.lang.Object
-
- org.tsugi.oauth2.objects.AccessToken
-
public class AccessToken extends Object
A returned Access Token from a Client-Credentials Grant
-
-
Field Summary
Fields Modifier and Type Field Description Stringaccess_tokenLongexpires_inStringrefresh_tokenStringscopeStringtoken_typestatic StringTOKEN_TYPE_BEARER
-
Constructor Summary
Constructors Constructor Description AccessToken()
-
-
-
Method Detail
-
addScope
public void addScope(String scope)
-
-