Versions in this module Expand all Collapse all v0 v0.1.0 Aug 26, 2021 Changes in this version + func Backend(conf *logical.BackendConfig) *backend + func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) + func FactoryType(backendType logical.BackendType) func(context.Context, *logical.BackendConfig) (logical.Backend, error) + func New() (interface{}, error) + type UserToken struct + ExpiresAt time.Time + Token *oauth.TokenResponse + User string