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
-
Method Details
-
getToken
Get prepared token string.- Returns:
- token string.
-
getTokenType
Get token type- Returns:
- java class of owning
ILoginAuthenticator
- Since:
- 3.22.1
-