Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeCodeRequest ¶
type ExchangeCodeResponse ¶
type ICodeExchange ¶
type ICodeExchange interface {
ExchangeCode(ctx context.Context, req *ExchangeCodeRequest) (*ExchangeCodeResponse, error)
}
type IGenericOIDCCodeExchange ¶
type IGenericOIDCCodeExchange interface {
ICodeExchange
}
type IGithubCodeExchange ¶
type IGithubCodeExchange interface {
ICodeExchange
}
Click to show internal directories.
Click to hide internal directories.