struct

Athena::Mercure::TokenProvider::Static

Inherits Athena::Mercure::TokenProvider::Interface < Struct < Value < Object

A token provider implementation that provides the JWT as a static value from the constructor.

Constructors

new(token : String)
Source

Instance methods

jwt

Returns the JWT token used to authenticate requests to the Mercure hub.

Source