We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437daf commit 2ab70cdCopy full SHA for 2ab70cd
src/phone-number-verification/phone-number-verification-api.ts
@@ -24,6 +24,7 @@ export interface PhoneNumberVerificationToken {
24
* The issuer identifier for the issuer of the response.
25
* This value is a URL with the format
26
* `https://fpnv.googleapis.com/projects/<PROJECT_NUMBER>`, where `<PROJECT_NUMBER>` is the
27
+ * project number of your Firebase project, and the
28
* same project number specified in the {@link PhoneNumberVerificationToken.aud} property.
29
*/
30
iss: string;
0 commit comments