Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeriveToken ¶
func DeriveToken(ctx *appcontext.AppContext) (string, error)
func NewLoginFlow ¶
func NewLoginFlow(appCtx *appcontext.AppContext, noSpawn bool) (*loginFlow, error)
Types ¶
type TokenResponse ¶
type TokenResponse struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.