IUniversalAuthProvider Interface

Definition

Implement this interface to create a string access token. This access token will be used to set the AccessToken for any SqlConnection instances created when connecting to a database.

public interface IUniversalAuthProvider
type IUniversalAuthProvider = interface
Public Interface IUniversalAuthProvider

Methods

GetValidAccessToken()

Returns an valid access token.

Applies to