toJson method

String toJson()

Implementation

String toJson() {
  return AuthenticateBodyMapper.ensureInitialized()
      .encodeJson<AuthenticateBody>(this as AuthenticateBody);
}