Package-level declarations
Types
Link copied to clipboard
class DefaultEntityResolutionAuthSchemeProvider(endpointProvider: EntityResolutionEndpointProvider? = null, authSchemePreference: List<AuthSchemeId>? = null) : EntityResolutionAuthSchemeProvider
Link copied to clipboard
Link copied to clipboard
interface EntityResolutionAuthSchemeProvider : AuthSchemeProvider<EntityResolutionAuthSchemeParameters>
EntityResolutionAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultEntityResolutionAuthSchemeProvider for the default SDK behavior of this interface.