Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConverterWithOTT ¶
func NewConverterWithOTT(tokenConverter TokenConverter) *converterOTT
NewConverterWithOTT is meant to be used for converting system auth with the one time token also converted
Types ¶
type TokenConverter ¶
type TokenConverter interface {
ToGraphQLForApplication(model model.OneTimeToken) (graphql.OneTimeTokenForApplication, error)
}
TokenConverter missing godoc
Click to show internal directories.
Click to hide internal directories.