Skip to content

Commit cf40fb8

Browse files
authored
Update docs for UserCredential (#5727)
1 parent 88f2c70 commit cf40fb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/auth/src/model/public_types.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,7 @@ export interface User extends UserInfo {
990990
}
991991

992992
/**
993-
* A structure containing a {@link User}, an {@link AuthCredential}, the {@link OperationType},
994-
* and any additional user information that was returned from the identity provider.
993+
* A structure containing a {@link User}, the {@link OperationType}, and the provider ID.
995994
*
996995
* @remarks
997996
* `operationType` could be {@link OperationType}.SIGN_IN for a sign-in operation,

0 commit comments

Comments
 (0)