aeb0623190ca95c18d1672416919d29708b53ab4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type AUTHORIZATION_CODE_FLOWS : List<String> to AUTHORIZATION_CODE_FLOWS : List<ResponseType> in class org.pac4j.oidc.config.OidcConfiguration | From | To | |
Change Attribute Type IMPLICIT_FLOWS : List<String> to IMPLICIT_FLOWS : List<ResponseType> in class org.pac4j.oidc.config.OidcConfiguration | From | To | |
Change Attribute Type responseType : String to responseType : ResponseType in class org.pac4j.oidc.config.OidcConfiguration | From | To | |
Change Attribute Type HYBRID_CODE_FLOWS : List<String> to HYBRID_CODE_FLOWS : List<ResponseType> in class org.pac4j.oidc.config.OidcConfiguration | From | To |