IAuthorizationService.CredentialsChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.