String returns the string representation of the token.
()
| 3 | type EncodedSnapToken interface { |
| 4 | // String returns the string representation of the token. |
| 5 | String() string |
| 6 | // Decode decodes the token from a string |
| 7 | Decode() (SnapToken, error) |
| 8 | } |
no outgoing calls
no test coverage detected