Table of Contents

Interface ICredentialsProvider

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public interface ICredentialsProvider

Properties

Name

string Name { get; }

Property Value

string

Methods

GetCredentialsAsync(CancellationToken)

Task<Credentials> GetCredentialsAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<Credentials>