C# Class D2L.Extensibility.AuthSdk.D2LAppContextFactory

A class for providing an instance of ID2LAppContext
Afficher le fichier Open project: Brightspace/valence-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string appId, string appKey ) : ID2LAppContext

Creates an instance of ID2LAppContext with the specified app ID and app key

D2LAppContextFactory ( ITimestampProvider timestampProvider = null ) : D2L.Extensibility.AuthSdk.Impl

Default constructor for D2LAppContextFactory

Method Details

Create() public méthode

Creates an instance of ID2LAppContext with the specified app ID and app key
public Create ( string appId, string appKey ) : ID2LAppContext
appId string The D2L app ID
appKey string The D2L app key
Résultat ID2LAppContext

D2LAppContextFactory() public méthode

Default constructor for D2LAppContextFactory
public D2LAppContextFactory ( ITimestampProvider timestampProvider = null ) : D2L.Extensibility.AuthSdk.Impl
timestampProvider ITimestampProvider
Résultat D2L.Extensibility.AuthSdk.Impl