Example #1
0
 /// <summary>
 /// Checks to see if the app is authorized against the given authScopes.
 /// </summary>
 /// <param name="options"></param>
 public JsObject isAuthorized(AuthorizeOptions options) { return null;}
Example #2
0
 /// <summary>
 /// Initiate client authorization window for the user to authorize the application against the given authScopes.
 /// </summary>
 /// <param name="options">An object which may contain the following properties: authScope, success or failure.
 /// </param>
 public JsObject authorizeApp(AuthorizeOptions options) { return null;}
Example #3
0
 /// <summary>
 /// Initiate client authorization window for the user to authorize the application against the given authScopes.
 /// </summary>
 /// <param name="options">An object which may contain the following properties: authScope, success or failure.
 /// </param>
 public JsObject authorizeApp(AuthorizeOptions options)
 {
     return(null);
 }
Example #4
0
 /// <summary>
 /// Checks to see if the app is authorized against the given authScopes.
 /// </summary>
 /// <param name="options"></param>
 public JsObject isAuthorized(AuthorizeOptions options)
 {
     return(null);
 }
Example #5
0
 /// <summary>
 /// Checks to see if the app is authorized against the given authScopes.
 /// </summary>
 /// <param name="options"></param>
 public void isAuthorized(AuthorizeOptions options) { }
Example #6
0
 /// <summary>
 /// Checks to see if the app is authorized against the given authScopes.
 /// </summary>
 /// <param name="options"></param>
 public void isAuthorized(AuthorizeOptions options)
 {
 }