Table of Contents

Delegate NotifyCredentialsRefreshedAsync

Namespace
RabbitMQ.Client.OAuth2
Assembly
RabbitMQ.Client.OAuth2.dll
public delegate Task NotifyCredentialsRefreshedAsync(Credentials? credentials, Exception? exception = null, CancellationToken cancellationToken = default)

Parameters

credentials Credentials
exception Exception
cancellationToken CancellationToken

Returns

Task