Skip to content

Commit

Permalink
add docs for new claims field
Browse files Browse the repository at this point in the history
  • Loading branch information
dallastjames committed Dec 4, 2019
1 parent b2af0f6 commit c9daf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/ms-adal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export class AuthenticationContext {
* @param {String} extraQueryParameters
* Extra query parameters (optional)
* Parameters should be escaped before passing to this method (e.g. using 'encodeURI()')
* @param {String} claims Claim parameter. Parameter should be used under conditional access scenarios (optional)
* @returns {Promise} Promise either fulfilled with AuthenticationResult object or rejected with error
*/
@CordovaInstance({
Expand Down

0 comments on commit c9daf6c

Please sign in to comment.