Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthResponse ¶
type AuthResponse struct { AccessToken string `json:"access_token"` Scope string `json:"scope"` InstanceUrl string `json:"instance_url"` Id string `json:"id"` TokenType string `json:"token_type"` }
func Authenticate ¶
func Authenticate(domain string, signedJwt string) (AuthResponse, error)
Click to show internal directories.
Click to hide internal directories.