We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SigningService - use case
Based on the implementation(s) of the interface for signee logic, calls ActionAccessDelegationService to grant access for the relevant parties.
public List GetSignees (reads from storage) SetSigneesResult SetSignees (store who signees are, give access and send notifications)
private SetSigneeResult SetSignee ( give access and send notification to single signee)
Order:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SigningService - use case
Based on the implementation(s) of the interface for signee logic, calls ActionAccessDelegationService to grant access for the relevant parties.
public
List GetSignees (reads from storage)
SetSigneesResult SetSignees (store who signees are, give access and send notifications)
private
SetSigneeResult SetSignee ( give access and send notification to single signee)
Order:
The text was updated successfully, but these errors were encountered: