Annotation Type PowerAuthToken
-
@Retention(RUNTIME) @Target(METHOD) public @interface PowerAuthTokenAnnotation 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 Detail
-
signatureType
io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes[] signatureType
Types of supported signatures. By default, any at least 2FA signature type must be specified.- Returns:
- Supported signature types.
- Default:
- {io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes.POSSESSION_BIOMETRY, io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes.POSSESSION_KNOWLEDGE, io.getlime.security.powerauth.crypto.lib.enums.PowerAuthSignatureTypes.POSSESSION_KNOWLEDGE_BIOMETRY}
-
-