status'SIGN_REQUEST_STATUS_UNSPECIFIED' | 'SIGN_REQUEST_STATUS_PENDING' | 'SIGN_REQUEST_STATUS_FULFILLED' | 'SIGN_REQUEST_STATUS_REJECTED'
SignRequestStatus indicates the status of a signature request.
A request starts as "pending", waiting to be picked up. Then it can move to
either "approved" or "rejected", depending on the decision of the keychain.
- SIGN_REQUEST_STATUS_UNSPECIFIED: The request is missing the status field.
- SIGN_REQUEST_STATUS_PENDING: The request is waiting to be fulfilled. This is the initial state of a
request.
- SIGN_REQUEST_STATUS_FULFILLED: The request was fulfilled. This is a final state for a request.
- SIGN_REQUEST_STATUS_REJECTED: The request was rejected. This is a final state for a request.