module Athena::Mercure::TokenFactory::Interface

Direct including types

Defined in:

token_factory/interface.cr

Instance Method Summary

Instance Method Detail

abstract def create(subscribe : Array(String) | Nil = [] of String, publish : Array(String) | Nil = [] of String, additional_claims : Hash | Nil = nil) : String #

[View source]