TokenAction
Specifies the type of action performed on a token.
- TOKEN_UNFROZEN - The token has been unfrozen and is now active.
- TOKEN_CANCELLED - The token has been cancelled and is no longer valid.
- TOKEN_REISSUED - The token has been reissued with a new identifier.
- TOKEN_FROZEN - The token has been frozen and is temporarily inactive.
stringTokenAction (string)
Specifies the type of action performed on a token.
- TOKEN_UNFROZEN - The token has been unfrozen and is now active.
- TOKEN_CANCELLED - The token has been cancelled and is no longer valid.
- TOKEN_REISSUED - The token has been reissued with a new identifier.
- TOKEN_FROZEN - The token has been frozen and is temporarily inactive.
Possible values: [TOKEN_UNFROZEN, TOKEN_CANCELLED, TOKEN_REISSUED, TOKEN_FROZEN]
TokenAction
"TOKEN_UNFROZEN"