Documentation
¶
Index ¶
Constants ¶
View Source
const ( IdHeader = "x-brink-id" AuthHeader = "x-brink-auth" KeyHeader = "x-brink-api-key" TokenHeader = "x-brink-api-token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationRequest ¶
type AuthenticationResponse ¶
type CreateSessionRequest ¶
type CreateSessionRequest struct {
Target string `json:"target"`
}
type KeyResponse ¶
type KeyResponse struct {
Key string `json:"key"`
}
type MessageResponse ¶
type MessageResponse struct {
Message string `json:"message"`
}
type RegisterSessionRequest ¶
type SessionResponse ¶
type SessionResponse struct {
SessionId string `json:"session_id"`
}
type SessionToken ¶
Click to show internal directories.
Click to hide internal directories.