Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
*proto.GetAuthConfigResponse
// contains filtered or unexported fields
}
func (*Config) GetAuthenticationType ¶
func (c *Config) GetAuthenticationType() auth.AuthenticationType
func (*Config) IsApplicationAdmEnabled ¶
func (*Config) IsEmailsDisabled ¶
type IConfig ¶
type IConfig interface {
IsEmailsDisabled() bool
IsApplicationAdmEnabled() bool
GetAuthenticationType() auth.AuthenticationType
}
func NewAppConfig ¶
func NewAppConfig(authGRPC proto.AuthServiceClient) IConfig
type Mock ¶
func (*Mock) GetAuthenticationType ¶
func (m *Mock) GetAuthenticationType() auth.AuthenticationType
func (*Mock) IsApplicationAdmEnabled ¶
func (*Mock) IsEmailsDisabled ¶
Click to show internal directories.
Click to hide internal directories.