Interface GenericOpenIdResolver<J extends Jwt>

    • Method Detail

      • getExpectedJwtType

        Class<J> getExpectedJwtType()
        The Jwt type this resolver supports.
        Returns:
        the supported Jwt type