Skip to content

fix: fixed setting grant types

Dominik František Bučík requested to merge github/fork/dBucik/dev into master

Previously, the call to set grantTypes has been made via method setAuthorizedGrantTypes. Instead, the setGrantTypes method should be used. This commit fixes this issue.

Merge request reports