Annotation Type PowerAuthToken
@Retention(RUNTIME)
@Target(METHOD)
public @interface PowerAuthToken
Annotation that enables a simple integration with a token-based authentication.
- Author:
- Petr Dvorak, petr@wultra.com
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes[]signatureTypeTypes of supported signatures.
-
Element Details
-
signatureType
io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes[] signatureTypeTypes of supported signatures. By default, any at least 2FA signature type must be specified.- Returns:
- Supported signature types.
- Default:
- {POSSESSION_BIOMETRY, POSSESSION_KNOWLEDGE, POSSESSION_KNOWLEDGE_BIOMETRY}
-