Method | Description | |
---|---|---|
create ( string $identity, string $service, string $token ) : mixed | Creates a token for a service | |
delete ( string $identity, string $service ) : mixed | Deletes a token for a service | |
get ( string $identity, string $service ) : mixed | Gets the token for a service | |
getAll ( string $identity, integer $page = 1, integer $perPage = 25 ) : mixed | Get all the tokens for an identity | |
update ( string $identity, string $service, $token ) : mixed | Updates the token for a service |