Documentation
¶
Index ¶
- type PendingChallenge
- type Store
- func (s *Store) ClientCanWriteProfiles(clientKeyID string, bindingAudience string) bool
- func (s *Store) ClientPublicKey(clientKeyID string, bindingAudience string) (string, bool)
- func (s *Store) CompletePairing(req protocol.PairingCompleteRequest) (protocol.PairingCompleteResponse, error)
- func (s *Store) GatewayMetadata(bindingAudience string) (protocol.GatewayMetadata, string, error)
- func (s *Store) GatewayPrivateKey() (string, error)
- func (s *Store) IsPaired(clientKeyID string, bindingAudience string) bool
- func (s *Store) PairingChallenge(req protocol.PairingChallengeRequest) (protocol.PairingChallengeResponse, error)
- func (s *Store) PendingChallenge(gatewayNonce string) (PendingChallenge, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PendingChallenge ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) ClientCanWriteProfiles ¶
func (*Store) ClientPublicKey ¶
func (*Store) CompletePairing ¶
func (s *Store) CompletePairing(req protocol.PairingCompleteRequest) (protocol.PairingCompleteResponse, error)
func (*Store) GatewayMetadata ¶
func (*Store) GatewayPrivateKey ¶
func (*Store) PairingChallenge ¶
func (s *Store) PairingChallenge(req protocol.PairingChallengeRequest) (protocol.PairingChallengeResponse, error)
func (*Store) PendingChallenge ¶
func (s *Store) PendingChallenge(gatewayNonce string) (PendingChallenge, bool)
Click to show internal directories.
Click to hide internal directories.