-
Task
-
Resolution: Done
-
Major
-
None
-
None
OidcClientConfiguration#isSSLEnabled currently uses an if-then-else statement to determine the return value. We can simplify this by using a single return statement.
OidcClientConfiguration#isSSLEnabled currently uses an if-then-else statement to determine the return value. We can simplify this by using a single return statement.