Méthode | Description | |
---|---|---|
CheckForRequiredLtiParameters ( this request ) : void |
Parse the HttpRequest and return a filled in LtiRequest.
|
|
GenerateOAuthSignature ( this request, string consumerSecret ) : string | ||
GetLisContextType ( this request, string key ) : LisContextType? | ||
GetPresentationTarget ( this request, string key ) : DocumentTarget? | ||
IsAuthenticatedWithLti ( this request ) : bool |
Get a value indicating whether the current request is authenticated using LTI.
|
|
RequireAllOf ( this request, IEnumerable |
||
UnvalidatedParameters ( this request ) : |
Méthode | Description | |
---|---|---|
GetUnvalidatedString ( this request, string key ) : string |
public static CheckForRequiredLtiParameters ( this request ) : void | ||
request | this | The HttpRequest to parse. |
Résultat | void |
public static GenerateOAuthSignature ( this request, string consumerSecret ) : string | ||
request | this | |
consumerSecret | string | |
Résultat | string |
public static GetLisContextType ( this request, string key ) : LisContextType? | ||
request | this | |
key | string | |
Résultat | LisContextType? |
public static GetPresentationTarget ( this request, string key ) : DocumentTarget? | ||
request | this | |
key | string | |
Résultat | DocumentTarget? |
public static IsAuthenticatedWithLti ( this request ) : bool | ||
request | this | |
Résultat | bool |
public static RequireAllOf ( this request, IEnumerable |
||
request | this | |
parameters | IEnumerable |
|
Résultat | void |
public static UnvalidatedParameters ( this request ) : |
||
request | this | |
Résultat |