Skip to content

Commit

Permalink
Added clientMetadata to sendMFACode (aws-amplify#5145)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Soderholm <[email protected]>
Co-authored-by: Manuel Iglesias <[email protected]>
  • Loading branch information
3 people authored Mar 27, 2020
1 parent 23d8d41 commit d630c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amazon-cognito-identity-js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ declare module 'amazon-cognito-identity-js' {
onSuccess: (session: CognitoUserSession) => void;
onFailure: (err: any) => void;
},
mfaType?: string
mfaType?: string,
clientMetadata?: ClientMetadata
): void;
public listDevices(
limit: number,
Expand Down

0 comments on commit d630c34

Please sign in to comment.