[][src]Type Definition medallion::DefaultToken

type DefaultToken<H> = Token<H, ()>;

A convenient type that binds the same type parameter for the custom claims, an empty tuple, as DefaultPayload so that the two aliases may be used together to reduce boilerplate when no custom claims are needed.