Uses of Class
co.ankatech.ankasecure.sdk.security.ClientAssertionSigner
Packages that use ClientAssertionSigner
-
Uses of ClientAssertionSigner in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk with parameters of type ClientAssertionSignerModifier and TypeMethodDescriptionAnkaSecureSdk.authenticateApplicationWithKeyPair(String clientId, ClientAssertionSigner signer, String expectedAudience) Authenticates an application that proves itself with a registered key pair. -
Uses of ClientAssertionSigner in co.ankatech.ankasecure.sdk.auth
Constructors in co.ankatech.ankasecure.sdk.auth with parameters of type ClientAssertionSignerModifierConstructorDescriptionPrivateKeyJwtTokenSource(co.ankatech.ankasecure.openapi.client.AnkaSecureOpenApiClient client, String clientId, ClientAssertionSigner signer, String expectedAudience)