feat: support for oidc max age (#949)

This commit is contained in:
Stavros
2026-06-20 00:21:22 +03:00
committed by GitHub
parent 7f18b45e21
commit efe373084f
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 {