DefaultConnectParticipantAuthSchemeProvider
class DefaultConnectParticipantAuthSchemeProvider(endpointProvider: ConnectParticipantEndpointProvider? = null, authSchemePreference: List<AuthSchemeId>? = null) : ConnectParticipantAuthSchemeProvider
Constructors
Link copied to clipboard
constructor(endpointProvider: ConnectParticipantEndpointProvider? = null, authSchemePreference: List<AuthSchemeId>? = null)
Functions
Link copied to clipboard
open suspend override fun resolveAuthScheme(params: ConnectParticipantAuthSchemeParameters): List<AuthOption>