DocuSignClient.GetLoginAccountsAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Login
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetLoginAccountsResponse> GetLoginAccountsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetLoginAccountsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetLoginAccountsResponse>
override this.GetLoginAccountsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.GetLoginAccountsResponse>
Public Overridable Function GetLoginAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetLoginAccountsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Login response.
Remarks
Login