AgentAuthCapabilities.fromMap constructor

AgentAuthCapabilities.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory AgentAuthCapabilities.fromMap(Map<Object?, Object?> value) =>
    _agentAuthCapabilitiesCodec.decode(value);