IdentityServerInformation.fromJson constructor

IdentityServerInformation.fromJson(
  1. Map<String, Object?> json
)

Implementation

IdentityServerInformation.fromJson(Map<String, Object?> json)
    : baseUrl = Uri.parse(json['base_url'] as String);