Interface IAccessTokenObserver
Contract for notifying when an access token changes.
Namespace: Unity.Services.Authentication.Internal
Syntax
public interface IAccessTokenObserver : IServiceComponent
Events
AccessTokenChanged
Event raised when the access token changes.
Declaration
event Action<string> AccessTokenChanged
Event Type
| Type | Description |
|---|---|
| Action<String> |