Skip to content

Commit

Permalink
Added clientMetadata to sendMFACode (#5145)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Soderholm <Jonas.Soderholm@dpr.co.uk>
Co-authored-by: Manuel Iglesias <6154160+manueliglesias@users.noreply.github.com>
  • Loading branch information
3 people committed 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
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.