Documentation

JwtAuthenticator
in package
implements Authenticator

Authenticator type which uses a JWT token to authenticate with the cluster.

Tags
since
4.5.0
UNCOMMITTED:

This API may change in the future.

Interfaces, Classes, Traits and Enums

Authenticator

Table of Contents

$token  : string
__construct()  : mixed
Creates a new JwtAuthenticator instance.

Properties

Methods

__construct()

Creates a new JwtAuthenticator instance.

public __construct(string $token) : mixed
Parameters
$token : string

JWT to use for authentication.

Tags
since
4.5.0
UNCOMMITTED:

This API may change in the future.

Return values
mixed

        

Search results