File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7988,7 +7988,7 @@ export interface GoogleIdentityProviderProperties {
7988
7988
}
7989
7989
7990
7990
/**
7991
- * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">The OAuth 2.0 Authorization
7991
+ * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">OAuth 2.0 Authorization
7992
7992
* Framework - RFC 6749</a>.
7993
7993
* <p>
7994
7994
* Specific names as defined by <a href="https://tools.ietf.org/html/rfc7591#section-4.1">
@@ -8061,7 +8061,6 @@ export interface GroupMember {
8061
8061
groupId ?: UUID ;
8062
8062
id ?: UUID ;
8063
8063
insertInstant ?: number ;
8064
- user ?: User ;
8065
8064
userId ?: UUID ;
8066
8065
}
8067
8066
@@ -9502,6 +9501,9 @@ export enum OAuthErrorReason {
9502
9501
access_token_required = "access_token_required" ,
9503
9502
refresh_token_not_found = "refresh_token_not_found" ,
9504
9503
refresh_token_type_not_supported = "refresh_token_type_not_supported" ,
9504
+ id_token_invalid = "id_token_invalid" ,
9505
+ unsupported_token_type = "unsupported_token_type" ,
9506
+ token_type_hint_mismatch = "token_type_hint_mismatch" ,
9505
9507
invalid_client_id = "invalid_client_id" ,
9506
9508
invalid_expires_in = "invalid_expires_in" ,
9507
9509
invalid_user_credentials = "invalid_user_credentials" ,
You can’t perform that action at this time.
0 commit comments