Versions in this module Expand all Collapse all v1 v1.22.11 Sep 19, 2023 Changes in this version + var ServerList = []string + func Bool(b bool) *bool + func Float32(f float32) *float32 + func Float64(f float64) *float64 + func Int(i int) *int + func Int64(i int64) *int64 + func String(s string) *string + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + type Prove struct + Identity *identity + InstantLink *instantLink + MobileAuth *mobileAuth + PreFill *preFill + Trust *trust + func New(opts ...SDKOption) *Prove + type SDKOption func(*Prove) + func WithClient(client HTTPClient) SDKOption + func WithRetryConfig(retryConfig utils.RetryConfig) SDKOption + func WithSecurity(security shared.Security) SDKOption + func WithServerIndex(serverIndex int) SDKOption + func WithServerURL(serverURL string) SDKOption + func WithTemplatedServerURL(serverURL string, params map[string]string) SDKOption