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

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements