Метод | Описание | |
---|---|---|
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 ) : |
Метод | Описание | |
---|---|---|
GetUnvalidatedString ( this request, string key ) : string |
public static CheckForRequiredLtiParameters ( this request ) : void | ||
request | this | The HttpRequest to parse. |
Результат | void |
public static GenerateOAuthSignature ( this request, string consumerSecret ) : string | ||
request | this | |
consumerSecret | string | |
Результат | string |
public static GetLisContextType ( this request, string key ) : LisContextType? | ||
request | this | |
key | string | |
Результат | LisContextType? |
public static GetPresentationTarget ( this request, string key ) : DocumentTarget? | ||
request | this | |
key | string | |
Результат | DocumentTarget? |
public static IsAuthenticatedWithLti ( this request ) : bool | ||
request | this | |
Результат | bool |
public static RequireAllOf ( this request, IEnumerable |
||
request | this | |
parameters | IEnumerable |
|
Результат | void |
public static UnvalidatedParameters ( this request ) : |
||
request | this | |
Результат |