Page MenuHomeMusing Studio

state.go
No OneTemporary

state.go

package oauth
import "context"
// ClientStateStore provides state management used by the OAuth client.
type ClientStateStore interface {
Generate(ctx context.Context) (string, error)
Validate(ctx context.Context, state string) error
}

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 1, 3:44 AM (19 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3146032

Event Timeline