Méthode | Description | |
---|---|---|
GenerateTokenForNewConversation ( this operations ) : string | ||
GenerateTokenForNewConversationAsync ( this operations, |
||
RenewToken ( this operations, string conversationId ) : string | ||
RenewTokenAsync ( this operations, string conversationId, |
public static GenerateTokenForNewConversation ( this operations ) : string | ||
operations | this | /// Reference to the DirectLinkApi.ITokens. /// |
Résultat | string |
public static GenerateTokenForNewConversationAsync ( this operations, |
||
operations | this | /// Reference to the DirectLinkApi.ITokens. /// |
cancellationToken | /// Cancellation token. /// | |
Résultat | Task |
public static RenewToken ( this operations, string conversationId ) : string | ||
operations | this | /// Reference to the DirectLinkApi.ITokens. /// |
conversationId | string | /// Required. /// |
Résultat | string |
public static RenewTokenAsync ( this operations, string conversationId, |
||
operations | this | /// Reference to the DirectLinkApi.ITokens. /// |
conversationId | string | /// Required. /// |
cancellationToken | /// Cancellation token. /// | |
Résultat | Task |