Versions in this module Expand all Collapse all v0 v0.2.0 Jul 28, 2026 v0.1.1 Jul 28, 2026 Changes in this version + type Client struct + func NewClient(baseUrl, apiKey, apiSecret string) *Client + func (c *Client) GetKey(ctx context.Context, servicePublicId, transactionType string) (*GetKeyResponse, error) + func (c *Client) Validate(ctx context.Context, nonce string) (*ValidateResponse, error) + type GetKeyResponse struct + Key string + ValidationWindow string + type ValidateResponse struct + DataType *string + DataValue *string + DeviceData json.RawMessage + PhoneData json.RawMessage + Status string