Skip to content

Commit 04958f4

Browse files
authored
Merge pull request #143 from FusionAuth/degroff/ENG-3075/vend_restrictions
degroff/eng 3075/vend restrictions
2 parents 0c57b2b + d2e1526 commit 04958f4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

fusionauth-netcore-client/domain/io/fusionauth/domain/GroupMember.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

fusionauth-netcore-client/domain/io/fusionauth/domain/oauth2/GrantType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

fusionauth-netcore-client/domain/io/fusionauth/domain/oauth2/OAuthErrorReason.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)