authorizationErrorResponseToJson function

String authorizationErrorResponseToJson(
  1. AuthorizationErrorResponse data
)

Implementation

String authorizationErrorResponseToJson(AuthorizationErrorResponse data) =>
    json.encode(data.toJson());