Interface AuthorizationDecoder<T>

All Known Implementing Classes:
JwtAuthorizationDecoder

public interface AuthorizationDecoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an instance of containing the user's authorizations.
  • Method Details

    • decode

      T decode()
      Returns an instance of containing the user's authorizations.