Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApp ¶
func NewApp() *application.Application
func NewAppWithCognito ¶
func NewAppWithCognito() *application.Application
Types ¶
type CognitoOptions ¶
type CognitoOptions struct { *Options UserPoolOptions *userpool.Options ClientID string ClientSecret string OAuthScopes []string UserPoolID string }
func (*CognitoOptions) PreDependencies ¶
func (o *CognitoOptions) PreDependencies(application.Action) error
func (*CognitoOptions) PreInstall ¶
func (o *CognitoOptions) PreInstall() error
type Options ¶
type Options struct { application.ApplicationOptions AuthMode string }
Click to show internal directories.
Click to hide internal directories.