Documentation ¶
Overview ¶
Package artifice provides seqencing of timed triggers for pulling information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTokenHandler ¶
Types ¶
type TokenServer ¶
type TokenServer struct {
// contains filtered or unexported fields
}
TokenServer provides token information.
func NewTokenServer ¶
NewTokenServer Service.
func (TokenServer) GetToken ¶
func (s TokenServer) GetToken(ctx context.Context, t *tokenstore.TokenRequest) (*oauth2.Token, error)
GetToken gets a token from the store and returns it
type TokenServerPlan ¶
type TokenServerPlan interface {
GetToken(ctx context.Context, t *tokenstore.TokenRequest) (*oauth2.Token, error)
}
TokenServerPlan for API
Click to show internal directories.
Click to hide internal directories.