Class TokenRemoveResponse
- java.lang.Object
-
- io.getlime.security.powerauth.rest.api.model.response.v3.TokenRemoveResponse
-
public class TokenRemoveResponse extends java.lang.ObjectClass representing response transport object for token removal.- Author:
- Petr Dvorak, petr@wultra.com
-
-
Constructor Summary
Constructors Constructor Description TokenRemoveResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTokenId()Get token ID.voidsetTokenId(java.lang.String tokenId)Set token ID.
-