Skip to content

Commit d422192

Browse files
authored
Merge 946e70a into 88f2c70
2 parents 88f2c70 + 946e70a commit d422192

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 2 deletions
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)