Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDKHelpers ¶
type SDKHelpers struct {
// contains filtered or unexported fields
}
func NewSDKHelpers ¶
func NewSDKHelpers(config *corbado.Config) (*SDKHelpers, error)
func (*SDKHelpers) GetClientInfo ¶
func (s *SDKHelpers) GetClientInfo(req *http.Request) (*common.ClientInfo, error)
func (*SDKHelpers) GetRemoteAddress ¶
func (s *SDKHelpers) GetRemoteAddress(req *http.Request) (string, error)
func (*SDKHelpers) GetShortSessionValue ¶
func (s *SDKHelpers) GetShortSessionValue(req *http.Request) (string, error)
Click to show internal directories.
Click to hide internal directories.