Uses of Class
io.getlime.powerauth.soap.v2.CreateTokenResponse
-
Packages that use CreateTokenResponse Package Description io.getlime.powerauth.soap.v2 io.getlime.security.powerauth.soap.spring.client -
-
Uses of CreateTokenResponse in io.getlime.powerauth.soap.v2
Methods in io.getlime.powerauth.soap.v2 that return CreateTokenResponse Modifier and Type Method Description CreateTokenResponseObjectFactory. createCreateTokenResponse()Create an instance ofCreateTokenResponse -
Uses of CreateTokenResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return CreateTokenResponse Modifier and Type Method Description CreateTokenResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createToken(CreateTokenRequest request)Create a new token for basic token-based authentication.CreateTokenResponsePowerAuthServiceClient.PowerAuthServiceClientV2. createToken(java.lang.String activationId, java.lang.String ephemeralPublicKey, SignatureType signatureType)Create a new token for basic token-based authentication.
-