The OIDC token endpoint that issues access and refresh tokens;
specified as a relative path or absolute URL.
Set if OidcCommonConfig.discoveryEnabled() is `false` or a discovered token endpoint path must be customized.
The client id of the application. Each application has a client id that is used to identify the application.
Setting the client id is not required if
invalid reference
#applicationType
is `service` and no token introspection is required.
The client name of the application. It is meant to represent a human readable description of the application which you
may provide when an application (client) is registered in an OpenId Connect provider's dashboard.
For example, you can set this property to have more informative log messages which record an activity of the given
client.