resolveAuthScheme

abstract suspend fun resolveAuthScheme(params: T): List<AuthOption>

Resolve the candidate set of authentication schemes for an operation

Return

a list of candidate AuthOption that can be used for an operation

Parameters

params

The input context for the resolver function