auth package
public struct AuthConfig
Representation of Auth Config
Field Name | Data Type | Description | Default Value |
---|---|---|---|
authentication | Authentication | null | Authentication struct instance | |
scopes | string[] | scope names | [] |
-
<AuthConfig> AuthConfig()
-
<AuthConfig> AuthConfig.<init>()
public struct Authentication
Representation of Authentation Config
Field Name | Data Type | Description | Default Value |
---|---|---|---|
enabled | boolean | flag to enable/disable authentication |
-
<Authentication> Authentication.<init>()
public annotation Config
Authentication config annotation for a Service