OracleRefreshAccessTokenEventArgs Class
The OracleRefreshAccessTokenEventArgs class provides a way for the application to return the refreshed signature token. When the token is about to expire, the callback registered using RefreshAccessToken event is triggered along with the OracleRefreshAccessTokenEventArgs object. The application is expected to provide the refreshed token with a new expiration within this object. 
                  
Class Inheritance
System.Object 
                  
    System.EventArgs 
                  
        Oracle.DataAccess.Client.OracleRefreshAccessTokenEventArgs 
                  
Declaration
// C# public sealed class OracleRefreshAccessTokenEventArgs
Requirements
| Provider | ODP.NET, Managed Driver | ODP.NET Core | 
|---|---|---|
| Assembly | 
 | 
 | 
| Namespace | 
 | 
 | 
| .NET Framework | 4.8 | - | 
| .NET (Core) | - |