Update pkg/op/auth_request.go
link to the standard Co-authored-by: Tim Möhlmann <muhlemmer@gmail.com>
This commit is contained in:
parent
59bd5643e6
commit
74218769cb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type AuthRequest interface {
|
||||||
Done() bool
|
Done() bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// AuthRequestSessionState should be implemented if OpenID Connect Session Management is supported
|
// AuthRequestSessionState should be implemented if [OpenID Connect Session Management](https://openid.net/specs/openid-connect-session-1_0.html) is supported
|
||||||
type AuthRequestSessionState interface {
|
type AuthRequestSessionState interface {
|
||||||
// GetSessionState returns session_state.
|
// GetSessionState returns session_state.
|
||||||
// session_state is related to OpenID Connect Session Management.
|
// session_state is related to OpenID Connect Session Management.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue