Interface IPartnerAgentTokenValidation
Represents the interface for token validation in the Partner Agent API client.
Namespace: PAccess.PartnerAgents.ApiClient.Services.TokenValidation
Assembly: PAccess.PartnerAgents.ApiClient.dll
Syntax
public interface IPartnerAgentTokenValidation
Methods
View SourceValidateSettings(CancellationToken)
Validates the API client settings and returns the API client details.
Declaration
Task<ApiClientDetails> ValidateSettings(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The cancellation token. |
Returns
| Type | Description |
|---|---|
| Task<ApiClientDetails> | A task representing the asynchronous operation that returns the API client details. |