getAuthService()
Static operation.
This operation returns an instance of the authenticator service.
You need this to use all other non-static operations on the authenticator service.
Interfaces
getAuthService() : AuthService
Parameters
Name | Type | Direction | Description | Allowed Values / Example | |
---|---|---|---|---|---|
| return | Returns an instance of the authenticator service related to the current user. |
Parameter Types
AuthService
The authenticator service has no public properties. You need to use getter operations to access properties, like e.g. getServiceAccountToken().
Related Pages: