IAuthorizationService.CredentialsChanged Event

Definition

Occurs when the credentials previously supplied to this service are at or near expiry.

public:
 event EventHandler ^ CredentialsChanged;
event EventHandler CredentialsChanged;
member this.CredentialsChanged : EventHandler 
Event CredentialsChanged As EventHandler 

Event Type

Remarks

Handlers should request a fresh set of credentials with GetCredentialsAsync(CancellationToken) to keep this service current and to include in future requests for other services.

Applies to