Skip to content

Commit 712e63e

Browse files
committed
changed flow enum names to reflect actual names, because why would it be different ?
git blame past me
1 parent c4b60df commit 712e63e

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/papsign/ktor/openapigen/openapi

1 file changed

+1
-1
lines changed

src/main/kotlin/com/papsign/ktor/openapigen/openapi/Flows.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Flows<T>: MutableMap<Flows.FlowType, Flows.Flow<T>> by EnumMap(FlowType::c
7474
}
7575

7676
enum class FlowType(val value: String) {
77-
implicit(IMPLICIT), password(PASSWORD), clientCredentials(CLIENT_CREDENTIALS), authorizationCode(AUTHORIZATION_CODE), refreshToken(REFRESH_TOKEN);
77+
implicit(IMPLICIT), password(PASSWORD), client_credentials(CLIENT_CREDENTIALS), authorization_code(AUTHORIZATION_CODE), refresh_token(REFRESH_TOKEN);
7878
}
7979

8080

0 commit comments

Comments
 (0)