Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Genz <[email protected]>
  • Loading branch information
josephgodwinkimani and robingenz authored Jan 3, 2025
1 parent b3ba906 commit 4157d71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/authentication/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export interface FirebaseAuthenticationPlugin {
* Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
*
* @since 6.4.0
* @since 6.4.0
*/
getIdTokenResult(options?: GetIdTokenResultOptions): Promise<GetIdTokenResultResult>;
/**
Expand Down Expand Up @@ -673,7 +674,7 @@ export interface GetIdTokenResult {
token: string;
}

export interface GetIdTokenInfo {
export interface GetIdTokenResultResult {
/**
* The authentication time formatted as a UTC string.
*
Expand Down

0 comments on commit 4157d71

Please sign in to comment.