ENUM
TokenRevocationResponse
Contents
- Cases
success
error(_:)
public enum TokenRevocationResponse
An OAuth 2.0 token revocation response that can be a successfulRevocation
or Error
.
Cases
success
case success
A successful token revocation response case
error(_:)
case error(Error)
An error case