Uses of Class
io.getlime.powerauth.soap.v3.CreateTokenResponse
-
Packages that use CreateTokenResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of CreateTokenResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 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. createToken(CreateTokenRequest request)Create a new token for basic token-based authentication.CreateTokenResponsePowerAuthServiceClient. createToken(java.lang.String activationId, java.lang.String applicationKey, java.lang.String ephemeralPublicKey, java.lang.String encryptedData, java.lang.String mac, SignatureType signatureType)Create a new token for basic token-based authentication.
-