From 3f4b51b99a4f4dc41dbdce7f34afe7e15d3d426e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 13 Aug 2025 21:50:27 +0200 Subject: get login types route and various --- src/Types/LoginFlow.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/Types/LoginFlow.php (limited to 'src/Types/LoginFlow.php') diff --git a/src/Types/LoginFlow.php b/src/Types/LoginFlow.php new file mode 100644 index 0000000..bd948a8 --- /dev/null +++ b/src/Types/LoginFlow.php @@ -0,0 +1,27 @@ + $this->type, + ]; + + if ($this->type == LoginType::TOKEN) { + $flow["get_login_token"] = $this->get_login_token; + } + + return $flow; + } +} -- cgit v1.2.3