LfA2aV1AuthenticationInfo.fromJson constructor

LfA2aV1AuthenticationInfo.fromJson(
  1. Map json_
)

Implementation

LfA2aV1AuthenticationInfo.fromJson(core.Map json_)
  : this(
      credentials: json_['credentials'] as core.String?,
      scheme: json_['scheme'] as core.String?,
    );