default auth method to none
Fixes auth on MAS
This commit is contained in:
parent
92b88e46ac
commit
90230651e6
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ abstract class OAuthRegisterClientRequest with _$OAuthRegisterClientRequest {
|
||||||
IList<GrantType>? grantTypes,
|
IList<GrantType>? grantTypes,
|
||||||
IList<Uri>? redirectUris,
|
IList<Uri>? redirectUris,
|
||||||
IList<ResponseType>? responseTypes,
|
IList<ResponseType>? responseTypes,
|
||||||
|
|
||||||
|
@Default(AuthMethod.none)
|
||||||
|
@JsonKey(name: "token_endpoint_auth_method")
|
||||||
AuthMethod? authMethod,
|
AuthMethod? authMethod,
|
||||||
}) = _OAuthRegisterClientRequest;
|
}) = _OAuthRegisterClientRequest;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue