This commit is contained in:
Tom Moor
2022-12-03 09:25:53 -05:00
parent 6354acca85
commit e15ad530de

View File

@@ -35,7 +35,7 @@ type Props = {
authentication?: {
authenticationProviderId: string;
/** External identifier of the user in the authentication provider */
providerId: string;
providerId: string | number;
/** The scopes granted by the access token */
scopes: string[];
/** The token provided by the authentication provider */