TokenFormat:生成されるトークンの形式。 次の形式であることができます:JWT(すべてのUserフィールドを含む)、JWT-Empty(すべての空でない値を含む)またはJWT-Custom アクセストークン内のUserフィールドをカスタマイズする。 When using JWT-Custom, each attribute includes a Type field (Array or String) to control how values are returned in the token.
ExpireInHours:ログインは数時間後に期限切れになります。
CookieExpireInHours: Session timeout in hours (default: 720 hours / 30 days). Controls how long users stay logged in via session cookies. When users log in without selecting "Remember me", the session is capped at 24 hours for security. If set to 0, uses the default of 720 hours.