Interface IToken<T extends ILoginAuthenticator>


public interface IToken<T extends ILoginAuthenticator>
Configures login flow to use some token for authentication.
Since:
3.21.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Get prepared token string.
    Get token type
  • Method Details

    • getToken

      @NotNull String getToken()
      Get prepared token string.
      Returns:
      token string.
    • getTokenType

      @NotNull Class<T> getTokenType()
      Get token type
      Returns:
      java class of owning ILoginAuthenticator
      Since:
      3.22.1