From 946e70a5331fe6c1fe16e6598d6ff0fb3197a2eb Mon Sep 17 00:00:00 2001 From: Sam Olsen Date: Thu, 11 Nov 2021 13:31:56 -0800 Subject: [PATCH] Update docs for UserCredential --- packages/auth/src/model/public_types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/auth/src/model/public_types.ts b/packages/auth/src/model/public_types.ts index b5cf671d511..714c6a9da75 100644 --- a/packages/auth/src/model/public_types.ts +++ b/packages/auth/src/model/public_types.ts @@ -990,8 +990,7 @@ export interface User extends UserInfo { } /** - * A structure containing a {@link User}, an {@link AuthCredential}, the {@link OperationType}, - * and any additional user information that was returned from the identity provider. + * A structure containing a {@link User}, the {@link OperationType}, and the provider ID. * * @remarks * `operationType` could be {@link OperationType}.SIGN_IN for a sign-in operation,