AuthenticationScopeForConfigIdUseCase
class AuthenticationScopeForConfigIdUseCase(serverConfigurationDAO: <Error class: unknown class>, serverConfigMapper: ServerConfigMapper, authenticationScopeFactory: (ServerConfig) -> AuthenticationScope)
Returns an AuthenticationScope for a stored server configuration ID, skipping the network round-trip that AutoVersionAuthScopeUseCase performs.
Constructors
Link copied to clipboard
internal constructor(serverConfigurationDAO: <Error class: unknown class>, serverConfigMapper: ServerConfigMapper, authenticationScopeFactory: (ServerConfig) -> AuthenticationScope)