Skip to content

Commit

Permalink
Interface update
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Jan 29, 2025
1 parent 528173e commit 5a30512
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CDP4Dal/ISession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,11 @@ public interface ISession
/// </summary>
/// <exception cref="InvalidOperationException">If all required <see cref="Session.Credentials"/> informations are not provided</exception>
Task RefreshAuthenticationInformation();

/// <summary>
/// Retrieves all supported <see cref="AuthenticationSchemeKind" /> by the CDP4-COMET datasource
/// </summary>
/// <returns>An awaitable <see cref="Task{TResult}"/> that contains the value of the queried <see cref="AuthenticationSchemeResponse" /></returns>
Task<AuthenticationSchemeResponse> QueryAvailableAuthenticationScheme();
}
}

0 comments on commit 5a30512

Please sign in to comment.