RefreshTokenGrantAccess

Grant user access based on a refresh token

Members

Functions

authData
void authData(AuthData authData)

setter for the authentication data

get
Json get()

Get the token Json response object

isValid
bool isValid()

Validate the refresh token

userCollection
void userCollection(UserCollection userCollection)

setter for the user collection

Inherited Members

From IGrantAccess

authData
void authData(AuthData authData)

setter for the authentication data

userCollection
void userCollection(UserCollection userCollection)

setter for the user collection

isValid
bool isValid()

validate the auth data

get
Json get()

get a Json response

Meta