Map<String, dynamic> toJson() => { 'identifier': identifier, if (secret != null) 'secret': secret, };