@Generated public interface RecipientActivationService
Note that you can download the credential file only once. Recipients should treat the downloaded credential as a secret and must not share it outside of their organization.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
Modifier and Type | Method and Description |
---|---|
void |
getActivationUrlInfo(GetActivationUrlInfoRequest getActivationUrlInfoRequest)
Get a share activation URL.
|
RetrieveTokenResponse |
retrieveToken(RetrieveTokenRequest retrieveTokenRequest)
Get an access token.
|
void getActivationUrlInfo(GetActivationUrlInfoRequest getActivationUrlInfoRequest)
Gets an activation URL for a share.
RetrieveTokenResponse retrieveToken(RetrieveTokenRequest retrieveTokenRequest)
Retrieve access token with an activation url. This is a public API without any authentication.
Copyright © 2023. All rights reserved.