JwtAuthenticator
in package
implements
Authenticator
Authenticator type which uses a JWT token to authenticate with the cluster.
Tags
Interfaces, Classes, Traits and Enums
Table of Contents
- $token : string
- __construct() : mixed
- Creates a new JwtAuthenticator instance.
Properties
$token
private
string
$token
Methods
__construct()
Creates a new JwtAuthenticator instance.
public
__construct(string $token) : mixed
Parameters
- $token : string
-
JWT to use for authentication.