Methods
-
<abstract> getName()
-
Gets the method name
Returns:
- Type
- string
-
<abstract> getToken(request, callback)
-
Gets the token
Parameters:
Name Type Description requestolympe.auth.Request callbackolympe.auth.Provider.TokenCallback
Type Definitions
-
TokenCallback(error [, token])
-
Parameters:
Name Type Argument Description errorError <nullable>
The token will be defined only the error is null
tokenolympe.auth.Token <optional>
Olympe SDK