Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores OIDC4CI authorize request/response state in redis.
func (*Store) GetAuthorizeState ¶
func (*Store) SaveAuthorizeState ¶
func (s *Store) SaveAuthorizeState( ctx context.Context, opState string, data *oidc4ci.AuthorizeState, params ...func(insertOptions *oidc4ci.InsertOptions), ) error
Click to show internal directories.
Click to hide internal directories.