Skip to content

Commit

Permalink
feat(types): udpate with loginHit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiCalazans committed Nov 17, 2018
1 parent 46e2322 commit 674f191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ export interface ConfigureParams {
*/
hostedDomain?: string;

/**
* iOS ONLY.[iOS] The user's ID, or email address, to be prefilled in the authentication UI if possible.
* https://developers.google.com/identity/sign-in/ios/api/interface_g_i_d_sign_in.html#a0a68c7504c31ab0b728432565f6e33fd
*/
loginHint?: string;

/**
* ANDROID ONLY. Specifies if the consent prompt should be shown at each login.
*/
Expand Down
1 change: 1 addition & 0 deletions index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type ConfigureParams = $ReadOnly<{|
offlineAccess?: boolean,
webClientId?: string,
scopes?: string[],
loginHint?: string;
hostedDomain?: string,
forceConsentPrompt?: boolean,
accountName?: string
Expand Down

0 comments on commit 674f191

Please sign in to comment.