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)

Functions

Link copied to clipboard
operator fun invoke(configId: String): AutoVersionAuthScopeUseCase.Result