toJson method

String toJson()

Implementation

String toJson() {
  return AuthenticateRequestMapper.ensureInitialized()
      .encodeJson<AuthenticateRequest>(this as AuthenticateRequest);
}