@Generated public class RecipientActivationAPI extends Object
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.
Constructor and Description |
---|
RecipientActivationAPI(ApiClient apiClient)
Regular-use constructor
|
RecipientActivationAPI(RecipientActivationService mock)
Constructor for mocks
|
Modifier and Type | Method and Description |
---|---|
void |
getActivationUrlInfo(GetActivationUrlInfoRequest request)
Get a share activation URL.
|
void |
getActivationUrlInfo(String activationUrl) |
RecipientActivationService |
impl() |
RetrieveTokenResponse |
retrieveToken(RetrieveTokenRequest request)
Get an access token.
|
RetrieveTokenResponse |
retrieveToken(String activationUrl) |
public RecipientActivationAPI(ApiClient apiClient)
public RecipientActivationAPI(RecipientActivationService mock)
public void getActivationUrlInfo(String activationUrl)
public void getActivationUrlInfo(GetActivationUrlInfoRequest request)
Gets an activation URL for a share.
public RetrieveTokenResponse retrieveToken(String activationUrl)
public RetrieveTokenResponse retrieveToken(RetrieveTokenRequest request)
Retrieve access token with an activation url. This is a public API without any authentication.
public RecipientActivationService impl()
Copyright © 2023. All rights reserved.