module Athena::Mercure::TokenProvider::Interface

Overview

A token provider is responsible for providing the token used to authenticate requests to the Mercure hub.

Direct including types

Defined in:

token_provider/interface.cr

Instance Method Summary

Instance Method Detail

abstract def jwt : String #

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


[View source]