feat: support for oidc max age

This commit is contained in:
Stavros
2026-06-19 18:41:39 +03:00
parent eabfb48978
commit 97eadbc00f
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -128,6 +128,7 @@ type AuthorizeRequest struct {
CodeChallenge string `form:"code_challenge" json:"code_challenge" url:"code_challenge"`
CodeChallengeMethod string `form:"code_challenge_method" json:"code_challenge_method" url:"code_challenge_method"`
Prompt string `form:"prompt" json:"prompt" url:"prompt"`
MaxAge string `form:"max_age" json:"max_age" url:"max_age"`
}
type AuthorizeCodeEntry struct {