File tree Expand file tree Collapse file tree
fusionauth-netcore-client/domain/io/fusionauth/domain Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ public class GroupMember {
3636
3737 public DateTimeOffset ? insertInstant ;
3838
39- public User user ;
40-
4139 public Guid ? userId ;
4240
4341 public GroupMember with ( Action < GroupMember > action ) {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace io.fusionauth.domain.oauth2
2323{
2424
2525 /**
26- * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">The OAuth 2.0 Authorization
26+ * Authorization Grant types as defined by the <a href="https://tools.ietf.org/html/rfc6749">OAuth 2.0 Authorization
2727 * Framework - RFC 6749</a>.
2828 * <p>
2929 * Specific names as defined by <a href="https://tools.ietf.org/html/rfc7591#section-4.1">
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ public enum OAuthErrorReason {
3131 access_token_required ,
3232 refresh_token_not_found ,
3333 refresh_token_type_not_supported ,
34+ id_token_invalid ,
35+ unsupported_token_type ,
36+ token_type_hint_mismatch ,
3437 invalid_client_id ,
3538 invalid_expires_in ,
3639 invalid_user_credentials ,
You can’t perform that action at this time.
0 commit comments