Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-05-09 13:27:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
zitadel/internal/domain/oidc_session.go

10 lines
160 B
Go
Raw Normal View History

feat(api): add OIDC session service (#6157) This PR starts the OIDC implementation for the API V2 including the Implicit and Code Flow. Co-authored-by: Livio Spring <livio.a@gmail.com> Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2023-07-10 15:27:00 +02:00
package domain
type OIDCSessionState int32
const (
OIDCSessionStateUnspecified OIDCSessionState = iota
OIDCSessionStateActive
OIDCSessionStateTerminated
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 263ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API