/// <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;}
/// <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;}
/// <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); }
/// <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); }
/// <summary> /// Checks to see if the app is authorized against the given authScopes. /// </summary> /// <param name="options"></param> public void isAuthorized(AuthorizeOptions options) { }