Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthFlowInfo ¶
type AuthFlowInfo struct {
AuthFlowInfoOut
PollingCode *transfercoderepo.TransferCode
}
AuthFlowInfo holds database information about a started authorization flow
type AuthFlowInfoOut ¶
type AuthFlowInfoOut struct {
State *state.State
Issuer string
Restrictions restrictions.Restrictions
Capabilities capabilities.Capabilities
SubtokenCapabilities capabilities.Capabilities
Name string
PollingCode bool
}
AuthFlowInfoOut holds database information about a started authorization flow
func GetAuthFlowInfoByState ¶
func GetAuthFlowInfoByState(state *state.State) (*AuthFlowInfoOut, error)
GetAuthFlowInfoByState returns AuthFlowInfoIn by state
Click to show internal directories.
Click to hide internal directories.